home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Education Software Sampler 1992 Fall
/
NeXT Education Software Sampler 1992 Fall.iso
/
Mathematics
/
Curve
/
Curve.app
/
Strings
/
PolarExamples.strings~
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-07-29
|
230 b
|
8 lines
/* Example curves: Polar Equations */
"Circle" = "1";
"Rose" = "Cos[2t]";
"Folium" = "3 Sin[t] Cos[t] /(Sin[t]^3 + Cos[t]^3)";
"Ellipse" = "1/(1 + 0.5 Cos[t])";
"Parabola" = "1/(1 + Cos[t])";
"Hyperbola" = "1/(1 + 1.5 Cos[t])";